From: Richard M. Stallman Date: Mon, 27 Aug 2007 03:57:10 +0000 (+0000) Subject: (Window Configurations): Clarify what a window configuration saves. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~1703 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9e65dbb0570494ae36aa3450f1f7c58c75e00cf1;p=emacs.git (Window Configurations): Clarify what a window configuration saves. --- diff --git a/lispref/windows.texi b/lispref/windows.texi index bd8f7bc2d36..40d07c50a0c 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -2246,13 +2246,13 @@ similar to the value returned by @code{window-edges}. @cindex saving window information A @dfn{window configuration} records the entire layout of one -frame---all windows, their sizes, which buffers they contain, what -part of each buffer is displayed, and the values of point and the -mark; also their fringes, margins, and scroll bar settings. It also +frame---all windows, their sizes, which buffers they contain, how +those buffers are scrolled, and their values of point and the mark; +also their fringes, margins, and scroll bar settings. It also includes the values of @code{window-min-height}, -@code{window-min-width} and @code{minibuffer-scroll-window}. An -exception is made for point in the selected window for the current -buffer; its value is not saved in the window configuration. +@code{window-min-width} and @code{minibuffer-scroll-window}. As a +special exception, the window configuration does not record the value +of point in the selected window for the current buffer. You can bring back an entire previous layout by restoring a window configuration previously saved. If you want to record all frames